'Declaration Public Class CachedMap (Of TSource As {Class, INotifyCollectionChanged, ICollection(Of Integer)}, TValue) Implements IItemCollection(Of T), IItemCollection(Of TValue), INotificationCollection(Of TValue)
public class CachedMap<TSource,TValue> : IItemCollection<T>, IItemCollection<TValue>, INotificationCollection<TValue> where TSource: class, INotifyCollectionChanged, ICollection<int>